// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package cn.com.smartdevices.bracelet.analysis; public class StageSteps { public int count; public int distance; public int steps; public int time; public StageSteps() { time = 0; steps = 0; count = 0; distance = 0; } }